Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace 301 response with 302 #116

Closed
wants to merge 2 commits into from
Closed

Replace 301 response with 302 #116

wants to merge 2 commits into from

Conversation

spenserblack
Copy link

This changes the moved permanently (301) redirect with found (302) redirect.
The result is that the redirect shouldn't be cached. While users accessing via tokei.rs might not notice a difference, contributors that use port 8000 for other projects won't have to worry about the cached redirect. This can also be helpful if you decide that / shouldn't redirect to the GitHub repository.

Closes #109

@spenserblack
Copy link
Author

Cleaning up old PRs and forks. Will probably delete the fork soon, but the refs in this PR should still be reachable via refs/pull/NUMBER/head.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change permanent redirect (301) to temporary redirect (302)
1 participant